CarCamera2d

class CarCamera2d : CarSurfaceLayer

Functions

children
Link copied to clipboard
open fun children(): List<MapboxCarMapObserver>
This allows you to create children listeners.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onAttached
Link copied to clipboard
open override fun onAttached(mapboxCarMapSurface: MapboxCarMapSurface)
onDetached
Link copied to clipboard
open override fun onDetached(mapboxCarMapSurface: MapboxCarMapSurface)
onVisibleAreaChanged
Link copied to clipboard
open override fun onVisibleAreaChanged(visibleArea: Rect, edgeInsets: EdgeInsets)
surfaceDimensions
Link copied to clipboard
fun surfaceDimensions(): Pair<Int, Int>?
toString
Link copied to clipboard
open fun toString(): String

Properties

edgeInsets
Link copied to clipboard
var edgeInsets: EdgeInsets? = null
projM
Link copied to clipboard
val projM: FloatArray
Transformation matrix describes the projection orientation space.
viewM
Link copied to clipboard
val viewM: FloatArray
Transformation matrix describes the view orientation space.
visibleArea
Link copied to clipboard
var visibleArea: Rect? = null